home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 0 / DISK0202.ZIP / README < prev    next >
Text File  |  1985-02-04  |  4KB  |  68 lines

  1. ------------  MIT/ISI COMM GROUP
  2. COMMREAD ME   Release letter for MIT/ISI communications package
  3. COMMMSGS DOC  Details about IBM Async port & BIOS and MIT/ISI comm.
  4.                package.
  5. LPT_PKG  ASM  An interrupt driver and interface package for the
  6.                line printer.  It uses the same circular buffer
  7.                scheme as the COM package.  It is primarily intended
  8.                for special applications, such as printing graphics.
  9. INT_PKG  ASM  These routines save and restore interrupt vectors.
  10.                "Chained" vectors are not directly supported.
  11.                Vectors may be saved/restored in one of three ways:
  12.                DOS 1, DOS 2, or no DOS.
  13. EXMEM    ASM  These routines provide additional physical memory
  14.                access.  Memory is accessed with 20-bit addresses.
  15.                All of physical memory may be accessed, regardless
  16.                of the programming "model".
  17. EXIO     ASM  These routines provide additional machine I/O functions
  18.                beyond the Lattice-supplied inp() and outp().  The new
  19.                functions solve certain interrupt-and DMA-related
  20.                problems in devices which require multi-I/O control
  21.                sequences.  These routines are not used by the rest of
  22.                the distribution at present, but may be used in the
  23.                future.
  24. COM_PKG  ASM  The interrupt-driven COM package.
  25. COM_PKG1 ASM  Provides a library of serial port routines.
  26. BMACTST  ASM  This program tests the BMAC macros.
  27. TSTLPT   C    A test program for LPT_PKG.
  28. TSTINT   C    A test program for INT_PKG.
  29. TSTEXMEM C    This program tests the routines in EXMEM.  For complete
  30.                confidence, the test should be run under the control
  31.                of a debugger to verify the results.
  32. TSTCOM   C    A test program for the COM package.  Allows the IBM PC
  33.                to act like a glass TTY connected to a host via COM1:.
  34.                This program is more useful when you are running the
  35.                ANSI terminal driver.  There is no protection against
  36.                DOS character traps (control-C, etc.).
  37. TSTCOM2  C    A second test program for the COM package.  It
  38.                allows the IBM PC to approximate an (expensive)
  39.                null modem between COM1: and COM2:.
  40. TITLE    MAC  These macros provide functional replacements for
  41.                the standard TITLE and SUBTTL macros.  A table of
  42.                contents appears in the symbol table at the end
  43.                of an assembly listing.
  44. DOS      MAC  This file comes from the Lattice C distribution.  It
  45.                defines which programming "model" is being used, for
  46.                the benefit of assembly routines.  It defines the
  47.                PSECTs used for code and data.  Edit this file to
  48.                select your programming "model".  This version of
  49.                DOS.MAC fixes a bug in the standard Lattice C version.
  50. BMAC     MAC  Assembly language macros which encapsulate the sub-
  51.                routine call interface.  The macros define names for
  52.                subroutine arguments and temporary variables on the
  53.                stack.  This version interfaces with Latice C (aka
  54.                Microsoft C).  Both large small programming "models"
  55.                are supported.  A separate version of BMAC could be
  56.                created to interface to IBM Pascal, if desired.
  57. TRUTH    H    Contains type definitions for the bool (boolean)
  58.                data type.
  59. EXMEM    H    This file defines the p_addr (physical address)
  60.                data type, and defines the return values of some
  61.                of the EXMEM functions.
  62. BEAUTY   H    A set of macros and type definitions which enhance C
  63.                program portability and reliability. The macros define
  64.                an enhanced set of character and integer data types.
  65.                Edit this file to select your programming "model"
  66.                (long pointers vs. short pointers).
  67. GLASSTTY PAS  Simple dumb terminal for IBM PC.
  68.